home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-01-28 | 386 b | 17 lines | [TEXT/ToyS] |
- tell application "JUNO Librarian"
- activate -- if needed
- set x to Parameter 17 of Window "Sample"
- set y to (round (x ÷ 4) rounding down)
- set y to y * 4
- set z to x - y -- ENV, PWM switch
- set y to (round (y ÷ 8) rounding down)
- set y to y * 8
- set x to y + z
-
- -- select 1 of 2
- -- set x to x + 0 -- ENV
- set x to x + 4 -- GATE
-
- copy x to Parameter 17 of Window "Sample"
- end tell
-